home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / mhs_c.arc / OUTPOST.ARC / LMKOUT < prev    next >
Text File  |  1988-06-17  |  490b  |  20 lines

  1. model=s
  2. modelDir = util\sys:lc300\\$(model)\\
  3.  
  4. outpost.exe : outpost.obj outfile.obj openfile.obj lmkout
  5. outpost.exe : parse.obj errorout.obj 
  6. outpost.exe : commands.obj
  7.     link <@<
  8. $(modelDir)c outfile openfile parse errorout commands outpost 
  9. outpost/seg:256
  10. outpost
  11. $(modelDir)ndt $(modelDir)lcm $(modelDir)lc 
  12. <
  13.  
  14. outpost.obj : outpost.c cctypes.h
  15. outfile.obj : outfile.c
  16. openfile.obj : openfile.c
  17. parse.obj : parse.c
  18. errorout.obj : errorout.c
  19. commands.obj : commands.c
  20.